Searched refs:NewInternalScope (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/ |
D | transpose_vectorizer.cc | 47 Scope parent = NewInternalScope(outer_scope, &status, /*refiner=*/nullptr); in Vectorize()
|
D | reshape_vectorizer.cc | 53 Scope parent = NewInternalScope(outer_scope, &status, nullptr); in Vectorize()
|
D | parse_single_example_vectorizer.cc | 42 Scope parent = NewInternalScope(outer_scope, &scope_status, nullptr); in Vectorize()
|
D | cwise_op_vectorizer.cc | 48 Scope parent = NewInternalScope(g, &status, nullptr); in ExpandDimsForBroadcast()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | scope_internal.h | 31 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner);
|
D | scope.cc | 530 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewInternalScope() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | introduce_floating_point_jitter_pass.cc | 78 Scope s = NewInternalScope(g, &status, /*refiner=*/nullptr) in IntroduceJitterToTensor()
|
D | increase_dynamism_for_auto_jit_pass.cc | 245 NewInternalScope(g, &status, /*refiner=*/nullptr) in ConvertTensorFlowSliceToStaticShapedSlice()
|
D | build_xla_ops_pass.cc | 490 Scope root = NewInternalScope(g, &status, /*refiner=*/nullptr) in ReplaceNodeWithXlaCompileAndXlaRun()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2029 NewInternalScope(&parent->graph, &status->status, &parent->refiner) in TF_FinishWhileHelper() 2120 NewInternalScope(&g->graph, &status->status, &g->refiner) in TF_AddGradientsWithPrefix()
|