Home
last modified time | relevance | path

Searched refs:CheckInvariants (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles_test.cc328 CHECK(graph_cycles.CheckInvariants()); in TEST()
373 CHECK(graph_cycles.CheckInvariants()); in TEST()
387 CHECK(g_.CheckInvariants()); in GraphCyclesTest()
398 CHECK(g_.CheckInvariants()); in AddMultiples()
422 CHECK(g_.CheckInvariants()); in TEST_F()
429 CHECK(g_.CheckInvariants()); in TEST_F()
435 CHECK(g_.CheckInvariants()); in TEST_F()
438 CHECK(g_.CheckInvariants()); in TEST_F()
449 CHECK(g_.CheckInvariants()); in TEST_F()
468 CHECK(g_.CheckInvariants()); in TEST_F()
[all …]
Dgraphcycles.h119 bool CheckInvariants() const;
Dgraphcycles.cc89 bool GraphCycles::CheckInvariants() const { in CheckInvariants() function in tensorflow::GraphCycles
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.cc97 CheckInvariants(); in GetReadyForRequestWriting()
114 CheckInvariants(); in GetReadyForResponseReading()
131 CheckInvariants(); in MarkRequestWriteCompleted()
138 CheckInvariants(); in MarkRequestWriteCompleted()
142 CheckInvariants(); in GetFront()
147 CheckInvariants(); in PopFront()
198 void ExchangeQueue::CheckInvariants() { in CheckInvariants() function in tensorflow::ExchangeQueue
Dgrpc_state.h367 void CheckInvariants();
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.cc205 CheckInvariants(*model); in RunGraphTransformationsWithStatus()
/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc349 CheckInvariants(*model); in AllocateTransientArrays()
Dtooling_util.h157 void CheckInvariants(const Model& model);
Dtoco_tooling.cc232 CheckInvariants(*model); in Import()
Dtooling_util.cc1225 void CheckInvariants(const Model& model) { in CheckInvariants() function
Dimport_tensorflow.cc2716 CheckInvariants(*model); in ImportTensorFlowGraphDef()
Dexport_tensorflow.cc2513 CheckInvariants(*model); in EncodeConstantArraysMinMaxByWrappingThemInFakeQuantNodes()