HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 326 - 350 of 443) sorted by null

<<1112131415161718

  /external/grpc-grpc/src/ruby/spec/generic/
client_stub_spec.rb 294 describe 'without a call operation' do
305 describe 'via a call operation' do
316 expect(@op).to be_a(GRPC::ActiveCall::Operation)
398 describe 'without a call operation' do
407 describe 'via a call operation' do
415 expect(@op).to be_a(GRPC::ActiveCall::Operation)
537 describe 'without a call operation' do
548 describe 'via a call operation' do
556 expect(@op).to be_a(GRPC::ActiveCall::Operation)
855 describe 'without a call operation' d
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9ex.c 82 D3DCOMPOSERECTSOP Operation,
  /external/tensorflow/tensorflow/contrib/session_bundle/
exporter.py 177 TypeError: if init_op is not an Operation or None.
212 if not isinstance(init_op, ops.Operation):
213 raise TypeError("init_op needs to be an Operation: %s" % init_op)
  /external/tensorflow/tensorflow/core/distributed_runtime/eager/
eager_service_impl.cc 151 Status EagerServiceImpl::ExecuteOp(const Operation& operation,
155 const char* name = operation.name().c_str(); // Shorthand
162 "' is neither a type of a primitive operation nor a name "
165 ". Make sure the operation or function is "
171 TF_RETURN_IF_ERROR(op->SetDevice(operation.device().c_str()));
173 for (const auto& remote_handle : operation.inputs()) {
181 for (const auto& attr : operation.attrs()) {
187 TF_RETURN_IF_ERROR(GetNumRetvals(server_context->Context(), operation.name(),
188 operation.attrs(), &num_retvals))
    [all...]
  /external/tensorflow/tensorflow/go/op/
gradients_test.go 226 readDeps = []*tf.Operation{init}
  /external/tensorflow/tensorflow/python/debug/cli/
cli_shared.py 419 if isinstance(fetches, (ops.Tensor, ops.Operation, variables.Variable)):
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 88 op = ops.Operation(
96 op = ops.Operation(
269 op = ops.Operation(
275 op = ops.Operation(ops._NodeDef("None", "myop"), ops.Graph(), [], [])
279 op = ops.Operation(ops._NodeDef("None", "op2"), ops.Graph(), [], [])
288 op1 = ops.Operation(
295 op2 = ops.Operation(
303 op3 = ops.Operation(
312 ops.Operation(ops._NodeDef("op", ""), g)
314 ops.Operation(ops._NodeDef("op", "_invalid"), g
    [all...]
  /external/tensorflow/tensorflow/python/saved_model/
function_deserialization.py 69 if isinstance(result, ops.Operation):
  /frameworks/av/media/libaaudio/src/core/
AudioStream.cpp 456 const android::media::VolumeShaper::Operation& operation __unused) {
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 130 const sp<media::VolumeShaper::Operation>& operation);
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 25 NULL, // Pointer to Operation array
766 gSmmCpuPrivate->Operation = (SMM_CPU_OPERATION *)AllocatePool (sizeof (SMM_CPU_OPERATION) * mMaxNumberOfCpus);
767 ASSERT (gSmmCpuPrivate->Operation != NULL);
796 gSmmCpuPrivate->Operation[Index] = SmmCpuNone;
    [all...]
PiSmmCpuDxeSmm.h 165 SMM_CPU_OPERATION *Operation;
313 Semaphore operation for all processor relocate SMMBase.
    [all...]
  /external/tensorflow/tensorflow/contrib/graph_editor/
transform.py 93 elem: the original element (`tf.Tensor` or `tf.Operation`)
132 """Copy a `tf.Operation`.
136 op: the `tf.Operation` to be copied.
140 and should return a mutated NodeDef before a new Operation is created.
141 This is useful as certain features cannot be set on the Operation and
171 # Its unique to every _type_ of Operation.
174 # Initialize a new Operation instance
175 op_ = tf_ops.Operation(node_def_, info.graph_, new_inputs, output_types_,
195 """"Contains information about the result of a transform operation."""
202 information about the transform operation
    [all...]
  /external/v8/tools/
profile.js 61 Profile.Operation = {
81 * Called whenever the specified operation has failed finding a function
83 * See the Profile.Operation enum for the list of
86 * @param {number} operation Operation.
93 operation, addr, opt_stackPos) {
191 this.handleUnknownCode(Profile.Operation.MOVE, from);
209 this.handleUnknownCode(Profile.Operation.DELETE, start);
290 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
  /external/v8/src/
code-stub-assembler.cc 811 // Perform the integer modulus operation.
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 292 scope.WithControlDependencies(std::vector<Operation>{write}), var,
342 scope.WithControlDependencies(std::vector<Operation>{write}), var,
386 scope.WithControlDependencies(std::vector<Operation>{write}), var,
    [all...]
functionalize_control_flow_test.cc     [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 488 const sp<VolumeShaper::Operation>& operation) {
501 status = operation.get() == nullptr
504 ? tmp : operation->writeToParcel(&data);
926 sp<VolumeShaper::Operation> operation; local
938 operation = new VolumeShaper::Operation();
939 status = operation->readFromParcel(&data);
942 status = (status_t)applyVolumeShaper(configuration, operation);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c 397 ExtendedErrorData->Operation = EFI_MEMORY_OPERATION_READ;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Rrq.c 46 @param Operation The MTFTP opcode, it may be a EFI_MTFTP4_OPCODE_RRQ
56 IN UINT16 Operation
Mtftp4Support.c 322 Packet->OpCode = HTONS (Instance->Operation);
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 177 names vary according to language. Each Collation operation over the whole list
184 <th align="left">Operation</th>
216 the hardware and compiler. The strcoll operation is particularly sensitive; we
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFTargetStreamer.cpp 47 enum Operation {
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning.py 18 manipulating gradients, creating a `train_op` (an operation that computes the
50 In order to train, TF-Slim's train loop needs a train_op: an `Operation` that
53 such an `Operation`. This function also provides the ability to manipulate
386 """Creates an `Operation` that evaluates the gradients and returns the loss.
461 train_op: An `Operation` that evaluates the gradients and returns the
587 init_op: The initialization operation. If left to its default value, then
590 local_init_op: The local initialization operation. If left to its default
595 ready_op: Operation to check if the model is ready to use. If left to its
598 summary_op: The summary operation.
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 70 // Returns the created operation.
71 func NoOp(scope *Scope) (o *tf.Operation) {

Completed in 1932 milliseconds

<<1112131415161718