MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / buildHistogramStepData

Function buildHistogramStepData

tensorboard/webapp/metrics/testing.ts:213–222  ·  view source on GitHub ↗
(
  override: Partial<HistogramStepDatum> = {}
)

Source from the content-addressed store, hash-verified

211}
212
213export function buildHistogramStepData(
214 override: Partial<HistogramStepDatum> = {}
215): HistogramStepDatum {
216 return {
217 step: 0,
218 wallTime: 123,
219 bins: [{min: 0, max: 100, count: 42}],
220 ...override,
221 };
222}
223
224export function createHistogramStepData(): HistogramStepDatum[] {
225 return [

Callers 2

createHistogramStepDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…