HomeSort by relevance Sort by last modified time
    Searched defs:graph_def_version (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/framework/
shape_inference_testutil.h 40 int graph_def_version = TF_GRAPH_DEF_VERSION; member in struct:tensorflow::ShapeInferenceTestOp
shape_inference.h 173 InferenceContext(int graph_def_version, const NodeDef* node_def,
193 int graph_def_version, const NodeDef* node_def, const OpDef& op_def,
213 int graph_def_version, const NodeDef* node_def, const OpDef& op_def,
610 int graph_def_version() const { return graph_def_version_; } function in class:tensorflow::shape_inference::InferenceContext
op_kernel.h 241 int graph_def_version, Status* status);
324 int graph_def_version() const { return graph_def_version_; } function in class:tensorflow::OpKernelConstruction
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
kernel_benchmark_testlib.cc 73 const int graph_def_version = g->versions().producer(); local
78 params.create_kernel = [this, graph_def_version](const NodeDef& ndef,
80 return CreateNonCachedKernel(device_, nullptr, ndef, graph_def_version,
shape_refiner.h 91 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops);
147 int32 graph_def_version() const { return graph_def_version_; } function in class:tensorflow::ShapeRefiner
direct_session.cc 1176 int graph_def_version; local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 239 int graph_def_version = TF_GRAPH_DEF_VERSION; member in struct:tensorflow::XlaCompiler::Options

Completed in 85 milliseconds